home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / socket / miami3 / miamisdk / netinclude / syslog.h < prev   
C/C++ Source or Header  |  1998-05-24  |  101b  |  9 lines

  1. #ifndef _SYSLOG_H_
  2. #define _SYSLOG_H_
  3.  
  4. #ifndef _SYS_SYSLOG_H_
  5. #include <sys/syslog.h>
  6. #endif
  7.  
  8. #endif
  9.